home *** CD-ROM | disk | FTP | other *** search
- NOTE: entropy@terminator.rs.itd.umich.edu is the maintainer of the
- libraries as of PL26.
-
- Changes are listed in *reverse* order, most recent changes being
- first.
-
- PATCHLEVEL34::
-
- ffs.c: ++frog
- Much faster algorithm.
- _fixsfsi.cpp, _fltsisf.cpp, frexp.cpp, modf.cpp,
- Makefile: ++dc4i@br0.hrz.th-darmstadt.de (Stefan Steyer)
- Bug fixes for SFP004 coprocessor code. Add sfp004 targets.
- doprnt.c: ++schwab@ls5.informatik.uni-dortmund.de (Andreas Schwab)
- The decimal precision in a printf format does not include the sign or
- hex prefix, e.g. printf ("%-2.5d", -18) should print "-00018".
- select.c, time.h: ++Frank_Baumgart@pb.maus,de, ++entropy
- Get struct timeval from time.h, eliminate local definition.
- Add prototype of select() to time.h (is there a better place?)
- ctype.h, grp.h, dirent.h, stddef.h, string.h:
- Cleaned up for POSIX.
- wait.h, pwd.h:
- Cleaned up for POSIX (need more work).
- compiler.h, limits.h, stdio.h:
- Set stream limits for POSIX.
- locale.h:
- Define NULL if not already defined (POSIX).
- limits.h:
- Raise value of _POSIX_NGROUPS_MAX from 0 to arbitrary value of
- 512 now that we have a decent getgroups().
- fcntl.c, fcntl.h, errno.h:
- Add definition of F_SETLKW to fcntl.h. Add ELOCKED to errno.h.
- If Fcntl() gets ELOCKED, return EACCES instead (POSIX).
- unistd.h, stat.h, fcntl.h:
- Moved many prototypes to the correct headers.
- sigactio.c, signal.h:
- Fix some violations of POSIX namespace.
- stab.h, stab.def, Copyright:
- Symbol table definition files MOVED from gnu/ subdirectory to main
- include file directory. Copyright message for these files added to
- Copyright file.
- OChangelog, Changelog:
- "Changes" file renamed to OChangelog. New file Changelog created.
-
-